home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
news
/
selectv1.tar
/
selectv1
/
global.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-08-25
|
211b
|
14 lines
/*
global.c: global variables for selectnews
Copyright (C) 1993 Eugene Eric Kim
LAST REVISION: August 25, 1993
*/
#include "global.h"
char alpha[] = "abcdefghijklmnopqrstuvwxyz";
WINDOW *leftscr,*rightscr;